projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b58b00c
)
(org-export-as-html): Removed bogus (debug) form.
author
Carsten Dominik
<dominik@science.uva.nl>
Mon, 7 Nov 2005 10:57:10 +0000
(10:57 +0000)
committer
Carsten Dominik
<dominik@science.uva.nl>
Mon, 7 Nov 2005 10:57:10 +0000
(10:57 +0000)
lisp/textmodes/org.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/org.el
b/lisp/textmodes/org.el
index 372b0dd64bdfe251567f2207722e004002858a65..ef1c66bf166b2b529d01a22ebcf5ca2341e27a19 100644
(file)
--- a/
lisp/textmodes/org.el
+++ b/
lisp/textmodes/org.el
@@
-9103,7
+9103,6
@@
headlines. The default is 3. Lower levels will become bulleted lists."
(if org-export-html-with-timestamp
(insert org-export-html-html-helper-timestamp))
(insert "</body>\n</html>\n")
- (debug)
(normal-mode)
(save-buffer)
(goto-char (point-min)))))